Commit Graph

26 Commits

Author SHA1 Message Date
mallibone 33810c974e
Update README.md 2018-09-06 16:00:19 +02:00
mallibone 13fa657580
Update README.md 2018-09-06 15:59:08 +02:00
mallibone 7f67af8f49
Update BuildDistTask.cs
Take Azure blob URL for the WASM artifact.
2018-09-06 15:55:30 +02:00
mallibone 550d415571 Add readme for how to update the Ooui.Wasm.Build.Task 2018-09-04 07:24:17 +02:00
mallibone b34879f40c Update referenced sdk build to latest 2018-09-03 22:00:27 +02:00
mallibone 58b32c0c78 Update mono linker submodule 2018-09-02 17:33:02 +02:00
Frank A. Krueger a04b511461
Rename wasm dlls to bins
This is to help them get through corporate networks.

Fixes #92
2018-04-25 18:12:37 -07:00
Frank A. Krueger 3c6c1ecf66
Link the BCL
Enable the Link option for BCL assemblies.

Mscorlib is excluded because the CSLA library wasn't working
when it gets linked.

Fixes #89
2018-04-25 17:38:31 -07:00
Frank A. Krueger 0877dfb7df
Trying resolving System.Runtime types to mscorlib
This works around what seems to be missing entries in the SDK.

Fixes #98
2018-04-25 16:26:59 -07:00
Frank A. Krueger 6b3581bb6c
Use custom assembly resolver
Before, I was relying on a bit of luck that the resolver would
use the correct asms - now I make sure it does.

The build step will now fail if a resolution failure occurs -
this is better than runtime errors.
2018-04-25 15:46:01 -07:00
Frank A. Krueger bb78f433e3
Bump linker 2018-04-25 15:45:37 -07:00
Alexander Köplinger e94436c987
Update link to mono-wasm-a14f41ca260.zip 2018-04-19 21:10:43 +02:00
Frank A. Krueger 0e51219234
Update the wasm sdk to 108
Fixes #135
2018-04-18 18:18:04 -07:00
Frank A. Krueger 931cb7126d
Make SDK installation more robust
Fixes #120
2018-04-16 14:40:46 -07:00
Frank A. Krueger d7d7290c87
Don't link the main assembly
The main assembly was getting marked to link because it is an EXE.
This was making data binding fail.

Fixes #113
Fixes #107
2018-03-23 14:38:08 -07:00
Frank A. Krueger 865929c434
Turn linker resolution errors into warnings 2018-03-23 13:58:29 -07:00
Frank A. Krueger 794e27dd79
Add charset to wasm HTML 2018-03-13 16:49:21 -07:00
Frank A. Krueger b615e7d6d7
Find Ooui.dll even if it's linked out 2018-03-13 16:04:31 -07:00
Frank A. Krueger b45015541b
Fix build dist paths 2018-03-13 15:58:18 -07:00
Frank A. Krueger 95adaad77c
Use server.py from wasm sdk 2018-03-13 14:03:46 -07:00
Frank A. Krueger a1dab5fc06
Use the Cecil included with the linker 2018-03-13 13:46:34 -07:00
Frank A. Krueger 7d70351418
Add linker to wasm build task 2018-03-13 13:16:59 -07:00
Frank A. Krueger 664bcbb8ec
Fix JS load order 2018-03-13 10:21:08 -07:00
Frank A. Krueger c41057a634
Run the correct entrypoint 2018-03-13 10:05:43 -07:00
Frank A. Krueger d4308a740d
Implement the wasm build task 2018-03-13 00:59:33 -07:00
Frank A. Krueger 82a154b1e2
Add scaffolded wasm build task 2018-03-12 22:27:03 -07:00