Majid Hojati
Majid Hojati
I get this error too! Had to remove all the packages and reinstall them
For the people who might come to this issue by google this issue. You can use this package. https://github.com/am2222/mapbox-pmtiles
@kylebarron thanks! I have some more updates on this layer and would like to add them to this PR eventually! But as part of moving to community layers repository! Is...
@kylebarron ok so I will check that version! So shall I open a PR for Icon layers in that repository once I checked them?
@womeier thanks! I checked those examples and they load wat files. Does the api support .wasm too? I will try that! Thanks!
@alexcrichton yeah sure I will add a PR to mention it in the documentations! Thanks!
@alexcrichton I have another question. So I am trying the following code ``` from wasmtime import Store, Module, Instance, Func, FuncType # Almost all operations in wasmtime require a contextual...
Thanks @alexcrichton , I tried to pass the `module.imports` to the `Instance` object but it seems their types are different. I think something that confuses me is that I am...
Thanks @alexcrichton ! I thought it is the imports are easy to define but it seems emscripten generates them for `js` and so I could easily use them in js...
@acalcutt does it get merged if I make a PR for it? Thanks!