Xe Iaso

Results 85 comments of Xe Iaso

This is significantly overloading the mention syntax in a way that makes it harder to parse.

Why isn't this documented on the website?

Why not just use the [standard library](https://golang.org/pkg/text/template/) templates?

I have gotten this working in [olin](https://github.com/Xe/olin). Relevant commits: - https://github.com/Xe/olin/commit/6937a853054f375ab6138e117aba9505eaaf96da - https://github.com/Xe/olin/commit/0e7b58e1a0e3f2176de8307e62125b5d6697fb47 - https://github.com/Xe/olin/commit/d4c95c6c96df68ab523d7c3a2684a1a49284196e - https://github.com/Xe/olin/commit/eb35964f32942e1569d3942942f6d11c4278e77a [Example web assembly module](https://github.com/Xe/olin/blob/master/internal/abi/wasmgo/testdata/nothing.go) and its output: ``` xena at luna in ~/go/src/github.com/Xe/olin/internal/abi/wasmgo...

Keeping this thread updated: it seems that including most of the standard library brings in syscall/js somehow. This is getting annoying fast. I am going to fork the Go compiler...

Yay weird linker errors: https://github.com/Xe/go/commit/37bc30ec064a32a630cdad325f83020c1f5be976

I have looked into using Otto to replace the JS runtime. I don't feel comfortable doing it because I don't know how much deviation it has from how browser JS...

I got parts of the runtime working in [Olin](https://github.com/xe/olin). Here's the code: https://github.com/Xe/olin/tree/master/internal/abi/wasmgo

The wasi/wasm target post-dates this issue

![](http://i.imgur.com/CJYvea8.png)