mono-wasm icon indicating copy to clipboard operation
mono-wasm copied to clipboard

Results 14 mono-wasm issues
Sort by recently updated
recently updated
newest added

这个一步怎么操作,求解答

Added a disclaimer that the project isn't in active development anymore and added a link to the official mono repository.

The existence of this repository may be a bit misleading (it was to me) as I have noticed that compiling C# to wasm using mono is developed in the main...

I trying Window 10 Pro_x64 + WSL + Ubuntu 16.04 $ cd /mnt/d/Dev/mono-wasm/ $ git clone [email protected]:lrz/mono-wasm-mono.git mono-compiler $ cd mono-compiler $ ./autogen.sh --host=x86_64-pc-linux-gnu \ --with-cross-offsets=offsets-wasm32.h \ CFLAGS="-DCOMPILE_WASM32 \ -DMONO_CROSS_COMPILE"...

I'm not sure if this project is still in development, but never the less, the following very basic program crashes while executing: ``` public static int Main(string[] args) { Console.WriteLine("Start");...

What are the plans for generating code for serializers, CodeDom (using C# compiler or Reflection.Emit) etc? From my naive standpoint a Reflection.Emit Implementation shouldn't be toooooo complicated I guess, since...

Hi, I wonder if I'm missing something, but appears there hasn't been any commit since end of Jan 2018. Which strikes me odd since webassembly is such a hot topic...

There are a lot of instructions (and specific to macOS x86).

Hi there! This looks very promising :-) I am on macOS with (hopefully) all tools installed. When following the instructions I get an error for 'Now, we can now build...