Files
wasmtime/crates/jit/src
Alex Crichton 6b3ee47915 Only require str in new_with_name (#796)
* Only require `str` in `new_with_name`

It's a bit more idiomatic to have APIs require `&str` rather than
`String`, and the allocation doesn't matter much here since creating a
`Module` is pretty expensive anyway.

* Update a test
2020-01-10 13:17:41 -06:00
..
2019-12-24 12:50:07 -08:00
2020-01-09 10:02:33 -06:00
2019-12-24 11:38:01 -08:00